home *** CD-ROM | disk | FTP | other *** search
- #
- # Pluggable Language System (PLS) Mapping File
- #
- # $Id: pls.map 1.33 1997/02/12 20:04:45 srp Exp $
- #
- # Copyright (c) 1990-1997, Inso Corporation
- # All Rights Reserved.
- #
-
- #
- # This file is used to map operating system dependent locale names to a
- # native language identifier and encoding name. This is needed because
- # there is no standard set of locale names in use by all operating systems.
- #
-
- #
- # This file performs three different mappings:
- #
- # operating system locale names to language identifiers and encoding names
- #
- # language identifiers to Pluggable Language Module (PLM) filenames
- #
- # encoding names to Encoding Conversion Module (ECM) filenames
- #
- # A PLM contains language processing routines and an ECM contains routines that
- # convert both to the given encoding from Unicode and vice versa.
- #
-
- #
- # Locale mappings.
- #
-
- #
- # Each locale name includes a comment identifying the operating system from
- # which the name originates.
- #
-
- #
- # Operating System Language Encoding Origin
- # Locale Identifier Name
- #
- locale default space-delimited iso8859-1 # All
-
- locale C space-delimited iso8859-1 # All
- locale POSIX space-delimited iso8859-1 # generic
-
- # English
- locale En_GB codepage-850 codepage-850 # AIX (U.K.)
- locale En_JP space-delimited shift-jis # AIX (Japan)
- locale En_US codepage-850 codepage-850 # AIX (USA)
- locale en_GB space-delimited iso8859-1 # AIX (U.K.)
- locale en_JP space-delimited japanese-euc # AIX (Japan)
- locale en_US space-delimited iso8859-1 # generic
- locale eng space-delimited iso8859-1 # Windows
- locale enu space-delimited iso8859-1 # Windows
- locale en_US.iso88591 space-delimited iso8859-1 # HP-UX 10.0
- locale en_GB.iso88591 space-delimited iso8859-1 # HP-UX 10.0
- locale en_US.roman8 roman-8 roman-8 # HP-UX 10.0
- locale en_GB.roman8 roman-8 roman-8 # HP-UX 10.0
-
- # French
- locale Fr_BE codepage-850 codepage-850 # AIX (Belgium)
- locale Fr_CA codepage-850 codepage-850 # AIX (Canada)
- locale Fr_CH codepage-850 codepage-850 # AIX (Switzerland)
- locale Fr_FR codepage-850 codepage-850 # AIX (France)
- locale fr space-delimited iso8859-1 # generic
- locale fr_BE space-delimited iso8859-1 # AIX (Belgium)
- locale fr_CA space-delimited iso8859-1 # AIX (Canada)
- locale fr_CH space-delimited iso8859-1 # AIX (Switzerland)
- locale fr_FR space-delimited iso8859-1 # AIX (France)
- locale fra space-delimited iso8859-1 # Windows (France)
- locale frc space-delimited iso8859-1 # Windows (Canada)
- locale fr_FR.iso88591 space-delimited iso8859-1 # HP-UX 10.0
- locale fr_CA.iso88591 space-delimited iso8859-1 # HP-UX 10.0
- locale fr_FR.roman8 roman-8 roman-8 # HP-UX 10.0
- locale fr_CA.roman8 roman-8 roman-8 # HP-UX 10.0
-
- # Italian
- locale It_IT codepage-850 codepage-850 # AIX (Italy)
- locale it space-delimited iso8859-1 # generic
- locale it_IT space-delimited iso8859-1 # AIX (Italy)
- locale ita space-delimited iso8859-1 # Windows
- locale it_IT.iso88591 space-delimited iso8859-1 # HP-UX 10.0
- locale it_IT.roman8 roman-8 roman-8 # HP-UX 10.0
-
- # German
- locale De_CH codepage-850 codepage-850 # AIX (Switzerland)
- locale De_DE codepage-850 codepage-850 # AIX (Germany)
- locale de space-delimited iso8859-1 # generic
- locale de_CH space-delimited iso8859-1 # AIX (Switzerland)
- locale de_DE space-delimited iso8859-1 # AIX (Germany)
- locale deu space-delimited iso8859-1 # Windows
- locale de_DE.iso88591 space-delimited iso8859-1 # HP-UX 10.0
- locale de_DE.roman8 roman-8 roman-8 # HP-UX 10.0
-
- # Spanish
- locale Es_ES codepage-850 codepage-850 # AIX (Spain)
- locale es space-delimited iso8859-1 # generic
- locale es_ES space-delimited iso8859-1 # AIX (Spain)
- locale esp space-delimited iso8859-1 # Windows (classic)
- locale esn space-delimited iso8859-1 # Windows (modern)
- locale es_ES.iso88591 space-delimited iso8859-1 # HP-UX 10.0
- locale es_ES.roman8 roman-8 roman-8 # HP-UX 10.0
-
- # Japanese
- locale Ja_JP ja shift-jis # AIX
- locale ja ja japanese-euc # Solaris 2.x, UnixWare 2.0
- locale ja_JP ja japanese-euc # AIX
- locale ja_JP.EUC ja japanese-euc # IRIX, UnixWare 2.0
- locale japanese ja shift-jis # HP-UX, Windows
- locale jpn ja shift-jis # Windows
- locale ja_JP.SJIS ja shift-jis # HP-UX 10.0
- locale ja_JP.eucJP ja japanese-euc # HP-UX 10.0
-
- locale utf default utf8 # Future
- locale UNIVERSAL default utf8 # AIX 4.1
-
- #
- # Language to PLM mappings.
- #
-
- #
- # Language PLM Language
- # Identifier
- #
- language default C # Any space-delimited based language
-
- language C C # Any space-delimited based language
- language space-delimited C # Any space-delimited based language
-
- language codepage-850 cp850 # Any codepage 850 space-delimited language
-
- language roman-8 rom8 # Any HP Roman8 space-delimited language
-
- language fr C # French
- language it C # Italian
- language de C # German
- language es C # Spanish
-
- language ja ja # Japanese
-
- #
- # Encoding to ECM mappings.
- #
-
- #
- # Encoding ECM Encoding
- # Name
- #
- encoding default C # ISO 8859-1
-
- encoding iso8859-1 C # ISO 8859-1
-
- encoding codepage-850 cp850 # Codepage 850
-
- encoding roman-8 roman8 # HP Roman8
-
- encoding japanese-euc ja_euc # Japanese EUC
- encoding euc-jp ja_euc # Japanese EUC (internet)
- encoding shift-jis ja_sjis # Shift-JIS
-
- encoding utf8 utf8 # UTF-8 (Multibyte Unicode)
-
- #
- # Character-set name to Windows font property mapping.
- #
-
- #
- # Stylesheet Windows
- # <character-set> charset
- # property value
- # value
- #
- character-set iso8859-1 0
- character-set iso8859 0
- character-set symbol 2
- character-set mac 1
- character-set shiftjis 128
- character-set shift-jis 128
- character-set oem 255
-